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