pub unsafe extern "C-unwind" fn ICSetMapEntry(
inst: ICInstance,
entries: *mut *mut c_char,
pos: c_long,
entry: *const ICMapEntry,
) -> u32๐Deprecated
Available on crate feature
InternetConfig only.Expand description
ยงSafety
instmust be a valid pointer.entriesmust be a valid pointer.entrymust be a valid pointer.