pub unsafe extern "C" fn ob_error_get_function( error: *const ob_error, ) -> *const c_char
@brief Get the name of the API function that caused the error.
@param[in] error The error object. @return The name of the API function.