pub fn set_context_destructor_callback( context: &WrappedMutablePointer<c_void>, pfn_notify: extern "C" fn(context: cl_context, user_data: *mut c_void), user_data: WrappedMutablePointer<c_void>, ) -> Result<(), OpenCLAPIError>