pub unsafe extern "C" fn nros_platform_tcp_create_endpoint(
ep: *mut c_void,
address: *const u8,
port: *const u8,
) -> i8Expand description
Resolve (address, port) strings into the caller-allocated endpoint
storage at ep. Both strings are NUL-terminated.