Function windows_sys::Win32::System::Memory::VirtualFree
[−]pub unsafe extern "system" fn VirtualFree(
lpaddress: *mut c_void,
dwsize: usize,
dwfreetype: VIRTUAL_FREE_TYPE
) -> BOOL
Expand description
Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’