#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_mavlink_parser_free(
parser: *mut PamojaMavlinkParser,
)Expand description
Releases a parser.
§Arguments
parser- the handle to release; null is ignored.
§Safety
parser must have come from pamoja_mavlink_parser_new and must not be
used afterwards.