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