pub type pFreeRoutine = Option<unsafe extern "system" fn(Context: *mut c_void, Address: *mut c_void)>;
pub enum pFreeRoutine { None, Some(unsafe extern "system" fn(*mut c_void, *mut c_void)), }
No value.
Some value of type T.
T