Type Alias SquashWriteFunc

Source
pub type SquashWriteFunc = Option<unsafe extern "C" fn(data_size: *mut usize, data: *const u8, user_data: *mut c_void) -> Type>;

Aliased Type§

pub enum SquashWriteFunc {
    None,
    Some(unsafe extern "C" fn(*mut usize, *const u8, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut usize, *const u8, *mut c_void) -> i32)

Some value of type T.