pub type PREPLACE_SWAP = Option<unsafe extern "C" fn(Context: PVOID) -> NTSTATUS>;
pub enum PREPLACE_SWAP { None, Some(unsafe extern "C" fn(*mut c_void) -> i64), }
No value.
Some value of type T.
T