Function windows::Win32::Storage::FileSystem::SetFileCompletionNotificationModes
pub unsafe fn SetFileCompletionNotificationModes<P0>(
filehandle: P0,
flags: u8,
) -> Result<()>where
P0: Param<HANDLE>,