pub type PIO_COMPLETION_ROUTINE = Option<unsafe extern "system" fn() -> NTSTATUS>;
enum PIO_COMPLETION_ROUTINE { None, Some(unsafe extern "system" fn() -> NTSTATUS), }
No value.
Some value of type T.
T