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