Skip to main content

ob_delete_error

Function ob_delete_error 

Source
pub unsafe extern "C" fn ob_delete_error(error: *mut ob_error)
Expand description

@brief Delete the error object.

@param[in] error The error object to delete, you should set the pointer to NULL after calling this function.