Function custos_math::custos::devices::opencl::api::clCreateProgramWithSource
pub unsafe extern "system" fn clCreateProgramWithSource(
context: *mut c_void,
count: u32,
strings: *const *const i8,
lengths: *const usize,
errcode_ret: *mut i32
) -> *mut c_void