pub unsafe extern "C" fn c4error_printf(
domain: C4ErrorDomain,
code: c_int,
format: *const c_char,
...
) -> C4ErrorExpand description
Creates a C4Error struct with the given domain and code, formats the message as with
printf, and associates the message with the error.