pub unsafe fn SetHandleInformation<P0>(
    hobject: P0,
    dwmask: u32,
    dwflags: HANDLE_FLAGS
) -> Result<()>
where P0: IntoParam<HANDLE>,