Type Alias AndroidBitmap_CompressWriteFunc

Source
pub type AndroidBitmap_CompressWriteFunc = Option<unsafe extern "C" fn(userContext: *mut c_void, data: *const c_void, size: usize) -> bool>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.