pub unsafe extern "C-unwind" fn CGConfigureDisplayMode(
config: CGDisplayConfigRef,
display: CGDirectDisplayID,
mode: Option<&CFDictionary>,
) -> CGError๐Deprecated: No longer supported
Available on crate features
CGDirectDisplay and CGDisplayConfiguration and CGError only.Expand description
ยงSafety
configmust be a valid pointer or null.modegenerics must be of the correct type.