pub unsafe extern "C" fn _strnset_s(
    _String: *mut c_char,
    _SizeInBytes: size_t,
    _Value: c_int,
    _MaxCount: size_t
) -> errno_t