snprintf

Function snprintf 

Source
pub unsafe extern "C" fn snprintf(
    s: *mut u8,
    n: usize,
    format: *const u8,
    ...
) -> i32