Type Alias PFNFCIOPEN
pub type PFNFCIOPEN = Option<unsafe extern "system" fn(pszfile: PCSTR, oflag: i32, pmode: i32, err: *mut i32, pv: *mut c_void) -> isize>;Aliased Type§
pub enum PFNFCIOPEN {
None,
Some(unsafe extern "system" fn(PCSTR, i32, i32, *mut i32, *mut c_void) -> isize),
}