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
instmust be a valid pointer.versionmust be a valid pointer.