pub type smbc_removexattr_fn = Option<extern "C" fn(context: *mut SMBCCTX, fname: *const c_char, name: *const c_char) -> c_int>;Aliased Type§
pub enum smbc_removexattr_fn {
None,
Some(extern "C" fn(*mut _SMBCCTX, *const i8, *const i8) -> i32),
}