pub type PFNGAUGECALLBACK = Option<unsafe extern "C" fn(ctx: FsContext, service_id: c_int, pData: *mut c_void) -> bool>;
enum PFNGAUGECALLBACK { None, Some(unsafe extern "C" fn(_: u64, _: i32, _: *mut c_void) -> bool), }
No value.
Some value of type T.
T