pub type PFNIDLE = Option<unsafe extern "system" fn(param0: *mut c_void) -> BOOL>;
enum PFNIDLE { None, Some(unsafe extern "system" fn(_: *mut c_void) -> i32), }
No value.
Some value of type T.
T