Type Alias classicube_sys::Png_RowGetter
source · pub type Png_RowGetter = Option<unsafe extern "C" fn(bmp: *mut Bitmap, row: c_int, ctx: *mut c_void) -> *mut BitmapCol>;
Aliased Type§
enum Png_RowGetter {
None,
Some(unsafe extern "C" fn(_: *mut Bitmap, _: i32, _: *mut c_void) -> *mut u32),
}