pub type ImPlotPoint_getter = Option<unsafe extern "C" fn(data: *mut c_void, idx: c_int, point: *mut ImPlotPoint) -> *mut c_void>;Aliased Type§
pub enum ImPlotPoint_getter {
None,
Some(unsafe extern "C" fn(*mut c_void, i32, *mut ImPlotPoint) -> *mut c_void),
}