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