Function snprintf

Source
pub unsafe extern "C" fn snprintf(
    __str: *mut c_char,
    __size: usize,
    __format: *const c_char,
    ...
) -> c_int