ICParseURL

Function ICParseURL 

Source
pub unsafe extern "C-unwind" fn ICParseURL(
    inst: ICInstance,
    hint: *const c_char,
    data: *const c_void,
    len: c_long,
    sel_start: *mut c_long,
    sel_end: *mut c_long,
    url: *mut *mut c_char,
) -> u32
๐Ÿ‘ŽDeprecated
Available on crate feature InternetConfig only.
Expand description

ยงSafety

  • inst must be a valid pointer.
  • hint must be a valid pointer.
  • data must be a valid pointer.
  • sel_start must be a valid pointer.
  • sel_end must be a valid pointer.
  • url must be a valid pointer.