Skip to main content

pamoja_mavlink_schema_free

Function pamoja_mavlink_schema_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_mavlink_schema_free( schema: *mut PamojaMavlinkSchema, )
Expand description

Releases a schema.

§Arguments

  • schema - the handle to release; null is ignored.

§Safety

schema must have come from one of the schema constructors and must not be used afterwards.