Function rust_write_formatted_msg

Source
#[no_mangle]
pub unsafe extern "C" fn rust_write_formatted_msg(s: *const c_char)
Expand description

ยงSafety

|s| must be null, or a pointer to a valid, nul-terminated, array of chars.