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