ICGetIndMapEntry

Function ICGetIndMapEntry 

Source
pub unsafe extern "C-unwind" fn ICGetIndMapEntry(
    inst: ICInstance,
    entries: *mut *mut c_char,
    index: c_long,
    pos: *mut c_long,
    entry: *mut ICMapEntry,
) -> u32
๐Ÿ‘ŽDeprecated
Available on crate feature InternetConfig only.
Expand description

ยงSafety

  • inst must be a valid pointer.
  • entries must be a valid pointer.
  • pos must be a valid pointer.
  • entry must be a valid pointer.