Type Definition win_sys::FileSystem::PFN_IO_COMPLETION [−][src]
pub type PFN_IO_COMPLETION = unsafe extern "system" fn(*mut FIO_CONTEXT, *mut ManuallyDrop<FH_OVERLAPPED>, u32, u32);Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation