Type Alias ndk_sys::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§

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.