Function cl3::context::clSetContextDestructorCallback[][src]

pub unsafe extern "system" fn clSetContextDestructorCallback(
    context: cl_context,
    pfn_notify: extern "C" fn(_: cl_context, _: *const c_void),
    user_data: *mut c_void
) -> cl_int