pub unsafe fn glGetUniformIndices(
    program: u32,
    uniformCount: u32,
    uniformNames: *const *const u8,
    uniformIndices: *mut u32
)