pub unsafe extern "C-unwind" fn ICSetPref(
inst: ICInstance,
key: *const c_char,
attr: ICAttr,
buf: *const c_void,
size: c_long,
) -> u32๐Deprecated
Available on crate feature
InternetConfig only.Expand description
ยงSafety
instmust be a valid pointer.keymust be a valid pointer.bufmust be a valid pointer.