pub unsafe extern "system" fn QOSNotifyFlow(
    qoshandle: HANDLE,
    flowid: u32,
    operation: QOS_NOTIFY_FLOW,
    size: *mut u32,
    buffer: *mut c_void,
    flags: u32,
    overlapped: *mut OVERLAPPED
) -> BOOL
Expand description

Required features: "Win32_NetworkManagement_QoS", "Win32_Foundation", "Win32_System_IO"