Type Alias smbc_readdir_fn

Source
pub type smbc_readdir_fn = Option<extern "C" fn(c: *mut SMBCCTX, dir: *mut SMBCFILE) -> *mut smbc_dirent>;

Aliased Type§

enum smbc_readdir_fn {
    None,
    Some(extern "C" fn(*mut _SMBCCTX, *mut _SMBCFILE) -> *mut smbc_dirent),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(*mut _SMBCCTX, *mut _SMBCFILE) -> *mut smbc_dirent)

Some value of type T.