pub type pw_destroy_t = Option<unsafe extern "C" fn(object: *mut c_void)>;
a function to destroy an item
pub enum pw_destroy_t { None, Some(unsafe extern "C" fn(*mut c_void)), }
No value.
Some value of type T.
T