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