pub unsafe extern "C" fn snprintf(
    __s: *mut i8,
    __maxlen: u64,
    __format: *const i8
    ...
) -> i32