pub type PFN_NCRYPT_ALLOC = Option<unsafe extern "C" fn(cbSize: SIZE_T) -> LPVOID>;
enum PFN_NCRYPT_ALLOC { None, Some(unsafe extern "C" fn(_: u64) -> *mut c_void), }
No value.
Some value of type T.
T