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