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