Function windows_sys::Win32::System::Memory::NonVolatile::RtlFillNonVolatileMemory
[−]pub unsafe extern "system" fn RtlFillNonVolatileMemory(
nvtoken: *const c_void,
nvdestination: *mut c_void,
size: usize,
value: u8,
flags: u32
) -> u32
Expand description
Required features: ‘Win32_System_Memory_NonVolatile’