pub unsafe fn WSAGetQOSByName<P0>(
    s: P0,
    lpqosname: *const WSABUF,
    lpqos: *mut QOS
) -> Result<()>
where P0: IntoParam<SOCKET>,