pub unsafe extern "C" fn _strset_s(
    _Destination: *mut c_char,
    _DestinationSize: size_t,
    _Value: c_int
) -> errno_t