Skip to main content

asdf_software_destroy

Function asdf_software_destroy 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_software_destroy( obj: *mut asdf_software_t, )
Expand description

De-initialise and free an object.

ยงSafety

obj must be null or have come from this extension, and must not be used afterwards.