ICSetPref

Function ICSetPref 

Source
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

  • inst must be a valid pointer.
  • key must be a valid pointer.
  • buf must be a valid pointer.