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