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