pub type Directory_EnumCallback = Option<unsafe extern "C" fn(filename: *const cc_string, obj: *mut c_void, isDirectory: c_int)>;
Aliased Type§
enum Directory_EnumCallback {
None,
Some(unsafe extern "C" fn(*const cc_string_, *mut c_void, i32)),
}