pub unsafe fn SetFileCompletionNotificationModes<P0>(
    filehandle: P0,
    flags: u8,
) -> Result<()>
where P0: Param<HANDLE>,