Type Alias classicube_sys::Directory_EnumCallback

source ·
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const cc_string_, _: *mut c_void, _: i32))

Some value of type T.