pub type smbc_telldir_fn = Option<extern "C" fn(c: *mut SMBCCTX, dir: *mut SMBCFILE) -> off_t>;
pub enum smbc_telldir_fn { None, Some(extern "C" fn(*mut _SMBCCTX, *mut _SMBCFILE) -> i64), }
No value.
Some value of type T.
T