pub unsafe extern "C" fn _sprintf_p(
    _Dst: *mut c_char,
    _MaxCount: size_t,
    _Format: *const c_char,
     ...
) -> c_int