Function system_uri::ffi::open_uri [] [src]

#[no_mangle]
pub unsafe extern "C" fn open_uri(
    uri: *const c_char,
    user_data: *mut c_void,
    o_cb: extern "C" fn(_: *mut c_void, _: *const FfiResult)
)

Open the given URI on this system.