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