pub unsafe extern "C" fn g_uri_split_network(
uri_string: *const c_char,
flags: GUriFlags,
scheme: *mut *mut c_char,
host: *mut *mut c_char,
port: *mut c_int,
error: *mut *mut GError,
) -> gboolean
Available on crate feature
v2_66
only.