Skip to main content

_strnset_s

Function _strnset_s 

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