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