Function cl_sys::clSetEventCallback

source ·
pub unsafe extern "system" fn clSetEventCallback(
    event: cl_event,
    command_exec_callback_type: cl_int,
    pfn_notify: Option<extern "C" fn(_: cl_event, _: cl_int, _: *mut c_void)>,
    user_data: *mut c_void
) -> cl_int