pub type PREPLACE_SWAP = Option<unsafe extern "system" fn(context: *const c_void) -> NTSTATUS>;
pub enum PREPLACE_SWAP { None, Some(unsafe extern "system" fn(*const c_void) -> NTSTATUS), }
No value.
Some value of type T.
T