pub type ImPlotGetter = Option<unsafe extern "C" fn(idx: c_int, user_data: *mut c_void) -> ImPlotPoint_c>;
pub enum ImPlotGetter { None, Some(unsafe extern "C" fn(i32, *mut c_void) -> ImPlotPoint_c), }
No value.
Some value of type T.
T