pub unsafe fn GetProcessMitigationPolicy<P0>(
    hprocess: P0,
    mitigationpolicy: PROCESS_MITIGATION_POLICY,
    lpbuffer: *mut c_void,
    dwlength: usize
) -> Result<()>
where P0: IntoParam<HANDLE>,