pub unsafe fn GetHandleInformation<P0>(
    hobject: P0,
    lpdwflags: *mut u32
) -> Result<()>
where P0: IntoParam<HANDLE>,