ICCountMapEntries

Function ICCountMapEntries 

Source
pub unsafe extern "C-unwind" fn ICCountMapEntries(
    inst: ICInstance,
    entries: *mut *mut c_char,
    count: *mut c_long,
) -> u32
๐Ÿ‘ŽDeprecated
Available on crate feature InternetConfig only.
Expand description

ยงSafety

  • inst must be a valid pointer.
  • entries must be a valid pointer.
  • count must be a valid pointer.