pub unsafe fn GetProcessDEPPolicy<P0>(
    hprocess: P0,
    lpflags: *mut u32,
    lppermanent: *mut BOOL
) -> Result<()>
where P0: IntoParam<HANDLE>,