pub type IsForeignPathAsyncCapable_function = Option<unsafe extern "C" fn(path: *mut ForeignPath) -> bool>;
enum IsForeignPathAsyncCapable_function { None, Some(unsafe extern "C" fn(_: *mut ForeignPath) -> bool), }
No value.
Some value of type T.
T