pub unsafe extern "C" fn _strerror_s(
    _Buffer: *mut c_char,
    _SizeInBytes: size_t,
    _ErrorMessage: *const c_char
) -> errno_t