ICFindPrefHandle

Function ICFindPrefHandle 

Source
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

  • inst must be a valid pointer.
  • key must be a valid pointer.
  • attr must be a valid pointer.
  • prefh must be a valid pointer.