pub unsafe fn GetProgramBinary(
    program: u32,
    bufSize: i32,
    length: *mut i32,
    binaryFormat: *mut u32,
    binary: *mut c_void
)