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