pub type FT_Raster_BitSet_Func = Option<unsafe extern "C" fn(y: c_int, x: c_int, user: *mut c_void)>;
pub enum FT_Raster_BitSet_Func { None, Some(unsafe extern "C" fn(i32, i32, *mut c_void)), }
No value.
Some value of type T.
T