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