[][src]Function winapi::um::memoryapi::VirtualFree

pub unsafe extern "system" fn VirtualFree(
    lpAddress: LPVOID,
    dwSize: SIZE_T,
    dwFreeType: DWORD
) -> BOOL