pub unsafe extern "C" fn LightLut_FromFunc(
    lut: *mut C3D_LightLut,
    func: C3D_LightLutFunc,
    param: f32,
    negative: bool
)