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