Skip to main content

hurray_descriptor_destroy

Function hurray_descriptor_destroy 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn hurray_descriptor_destroy( handle: *mut HurrayDescriptor, ) -> HurrayStatus
Expand description

Destroys a HurrayDescriptor handle and frees its memory.

After this call, handle is no longer valid and MUST NOT be dereferenced.

ยงSafety