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