Skip to main content

lio_destroy

Function lio_destroy 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn lio_destroy(lio: *mut lio_handle_t)
Available on crate feature unstable_ffi only.
Expand description

Destroy a lio handle created by lio_create.

After this call lio is invalid.

ยงSafety

lio must have been returned by lio_create and must not be used after this call.