clCreateProgramWithBinary

Function clCreateProgramWithBinary 

Source
pub unsafe extern "system" fn clCreateProgramWithBinary(
    context: cl_context,
    num_devices: cl_uint,
    device_list: *const cl_device_id,
    lenghts: *const usize,
    binaries: *const *const u8,
    binary_status: &mut cl_int,
    errcode_ret: &mut cl_int,
) -> cl_program