pub type clGetKernelSuggestedLocalWorkSizeKHR_fn = Option<unsafe extern "C" fn(command_queue: cl_command_queue, kernel: cl_kernel, work_dim: cl_uint, global_work_offset: *const size_t, global_work_size: *const size_t, suggested_local_work_size: *mut size_t) -> cl_int>;