pub type IsForeignPathAsyncCapable_function = Option<unsafe extern "C-unwind" fn(path: *mut ForeignPath) -> bool>;Aliased Type§
enum IsForeignPathAsyncCapable_function {
None,
Some(unsafe extern "C-unwind" fn(_: *mut ForeignPath) -> bool),
}