pub type HHandleDestructorFunc = Option<unsafe extern "C" fn(arg1: Hproc_handle, arg2: *mut c_void) -> Herror>;
pub enum HHandleDestructorFunc { None, Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> u32), }
No value.
Some value of type T.
T