Function VirtualFree

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