ICGetVersion

Function ICGetVersion 

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

ยงSafety

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