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