pub unsafe fn WSAAsyncGetProtoByName<P0, P1>(
    hwnd: P0,
    wmsg: u32,
    name: P1,
    buf: &mut [u8]
) -> Result<HANDLE>
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>,