pub type Gfx_FillIBFunc = Option<unsafe extern "C" fn(indices: *mut cc_uint16, count: c_int, obj: *mut c_void)>;
enum Gfx_FillIBFunc { None, Some(unsafe extern "C" fn(_: *mut u16, _: i32, _: *mut c_void)), }
No value.
Some value of type T.
T