pub type PRFileInfo64FN = Option<unsafe extern "C" fn(fd: *mut PRFileDesc, info: *mut PRFileInfo64) -> PRStatus>;Aliased Type§
pub enum PRFileInfo64FN {
None,
Some(unsafe extern "C" fn(*mut PRFileDesc, *mut PRFileInfo64) -> PRStatus),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut PRFileDesc, *mut PRFileInfo64) -> PRStatus)
Some value of type T.