Function getservbyname

pub unsafe extern "C" fn getservbyname(
    name: *const i8,
    proto: *const i8,
) -> *mut servent
Available on crate feature dep_sdl3 only.