pub unsafe extern "C" fn ERRF_SetUserString(
    user_string: *const c_char
) -> Result
Expand description

Specify an additional user string to use for error reporting.

§Arguments

  • user_string (direction in) - User string (up to 256 bytes, not including NUL byte)