Function __snprintf_chk

Source
pub unsafe extern "C" fn __snprintf_chk(
    __s: *mut i8,
    __n: usize,
    __flag: i32,
    __slen: usize,
    __format: *const i8,
    ...
) -> i32