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