pub unsafe fn getservbyport<P0>(port: i32, proto: P0) -> *mut SERVENT
where P0: IntoParam<PCSTR>,