ICGetPref

Function ICGetPref 

Source
pub unsafe extern "C-unwind" fn ICGetPref(
    inst: ICInstance,
    key: *const c_char,
    attr: *mut ICAttr,
    buf: *mut c_void,
    size: *mut c_long,
) -> 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.
  • buf must be a valid pointer.
  • size must be a valid pointer.