Function getservbyport

pub unsafe extern "C" fn getservbyport(
    port: i32,
    proto: *const i8,
) -> *mut servent
Available on crate feature dep_sdl2 only.