[][src]Type Definition winapi::um::minwinbase::LPOVERLAPPED_COMPLETION_ROUTINE

type LPOVERLAPPED_COMPLETION_ROUTINE = Option<unsafe extern "system" fn(dwErrorCode: DWORD, dwNumberOfBytesTransfered: DWORD, lpOverlapped: LPOVERLAPPED)>;