pub type PIO_APC_ROUTINE = Option<unsafe extern "system" fn(apccontext: *mut c_void, iostatusblock: *mut IO_STATUS_BLOCK, reserved: u32)>;
Expand description

Required features: "Win32_System_WindowsProgramming", "Win32_Foundation"