ICSetProfileName

Function ICSetProfileName 

Source
pub unsafe extern "C-unwind" fn ICSetProfileName(
    inst: ICInstance,
    this_id: ICProfileID,
    name: *const c_char,
) -> u32
๐Ÿ‘ŽDeprecated
Available on crate feature InternetConfig only.
Expand description

ยงSafety

  • inst must be a valid pointer.
  • name must be a valid pointer.