pub unsafe fn getservbyname<P0, P1>(name: P0, proto: P1) -> *mut SERVENT
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,