pub type PFNOPEN = Option<unsafe extern "system" fn(pszfile: PCSTR, oflag: i32, pmode: i32) -> isize>;
enum PFNOPEN { None, Some(unsafe extern "system" fn(_: PCSTR, _: i32, _: i32) -> isize), }
No value.
Some value of type T.
T