pub type PFNFDIDECRYPT = Option<unsafe extern "system" fn(pfdid: *mut FDIDECRYPT) -> i32>;
pub enum PFNFDIDECRYPT { None, Some(unsafe extern "system" fn(*mut FDIDECRYPT) -> i32), }
No value.
Some value of type T.
T