pub unsafe extern "C" fn vsnprintf_va_copy(
    buffer: *mut c_char,
    count: usize,
    format: *const c_char,
    args: va_list
) -> c_int