pub type Png_RowGetter = Option<unsafe extern "C" fn(bmp: *mut Bitmap, row: c_int, ctx: *mut c_void) -> *mut BitmapCol>;
enum Png_RowGetter { None, Some(unsafe extern "C" fn(*mut Bitmap, i32, *mut c_void) -> *mut u32), }
No value.
Some value of type T.
T