pub fn enqueue_svm_unmap(
command_queue: &WrappedMutablePointer<c_void>,
svm_ptr: WrappedMutablePointer<c_void>,
num_events_in_wait_list: cl_uint,
event_wait_list: WrappedPointer<cl_event>,
) -> Result<WrappedMutablePointer<c_void>, OpenCLAPIError>