pub unsafe extern "C-unwind" fn ICLaunchURL(
inst: ICInstance,
hint: *const c_char,
data: *const c_void,
len: c_long,
sel_start: *mut c_long,
sel_end: *mut c_long,
) -> u32๐Deprecated
Available on crate feature
InternetConfig only.Expand description
ยงSafety
instmust be a valid pointer.hintmust be a valid pointer.datamust be a valid pointer.sel_startmust be a valid pointer.sel_endmust be a valid pointer.