pub type GVfsFileLookupFunc = Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char, _: gpointer) -> *mut GFile>;
Aliased Type§
enum GVfsFileLookupFunc {
None,
Some(unsafe extern "C" fn(_: *mut GVfs, _: *const i8, _: *mut c_void) -> *mut GFile),
}