c4error_printf

Function c4error_printf 

Source
pub unsafe extern "C" fn c4error_printf(
    domain: C4ErrorDomain,
    code: c_int,
    format: *const c_char,
    ...
) -> C4Error
Expand description

Creates a C4Error struct with the given domain and code, formats the message as with printf, and associates the message with the error.