Function kernel32::VirtualFree [] [src]

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