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

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