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