pub unsafe extern "C-unwind" fn ICFindPrefHandle(
inst: ICInstance,
key: *const c_char,
attr: *mut ICAttr,
prefh: *mut *mut c_char,
) -> u32๐Deprecated
Available on crate feature
InternetConfig only.Expand description
ยงSafety
instmust be a valid pointer.keymust be a valid pointer.attrmust be a valid pointer.prefhmust be a valid pointer.