pub unsafe extern "C-unwind" fn CGSizeMakeWithDictionaryRepresentation(
dict: Option<&CFDictionary>,
size: *mut CGSize,
) -> boolAvailable on crate feature
CGGeometry only.Expand description
ยงSafety
dictgenerics must be of the correct type.sizemust be a valid pointer or null.