pub type smbc_stat_fn = Option<extern "C" fn(c: *mut SMBCCTX, fname: *const c_char, st: *mut stat) -> c_int>;
pub enum smbc_stat_fn { None, Some(extern "C" fn(*mut _SMBCCTX, *const i8, *mut stat) -> i32), }
No value.
Some value of type T.
T