Type Alias copyfile_callback_t

Source
pub type copyfile_callback_t = Option<extern "C" fn(c_int, c_int, copyfile_state_t, *const c_char, *const c_char, *mut c_void) -> c_int>;

Aliased Type§

pub enum copyfile_callback_t {
    None,
    Some(extern "C" fn(i32, i32, *mut c_void, *const i8, *const i8, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.