pub type C3D_LightLutFunc = Option<unsafe extern "C" fn(x: f32, param: f32) -> f32>;
pub enum C3D_LightLutFunc { None, Some(unsafe extern "C" fn(f32, f32) -> f32), }
No value.
Some value of type T.
T