pub unsafe extern "C" fn net_connect(
    ctx: *mut net_context,
    host: *const c_char,
    port: *const c_char,
    proto: c_int
) -> c_int