smbc_removexattr_fn

Type Alias smbc_removexattr_fn 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(*mut _SMBCCTX, *const i8, *const i8) -> i32)

Some value of type T.