pub unsafe fn GetThreadIOPendingFlag<P0>(
    hthread: P0,
    lpioispending: *mut BOOL
) -> Result<()>
where P0: IntoParam<HANDLE>,