#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_scopf_instance_free(
instance: *mut PioScopfInstance,
)Expand description
Free a SCOPF instance handle. NULL is a no-op; free each handle once.
#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_scopf_instance_free(
instance: *mut PioScopfInstance,
)Free a SCOPF instance handle. NULL is a no-op; free each handle once.