pub unsafe extern "C-unwind" fn CGConfigureDisplayWithDisplayMode(
config: CGDisplayConfigRef,
display: CGDirectDisplayID,
mode: Option<&CGDisplayMode>,
options: Option<&CFDictionary>,
) -> CGErrorAvailable on crate features
CGDirectDisplay and CGDisplayConfiguration and CGError only.Expand description
ยงSafety
configmust be a valid pointer or null.optionsgenerics must be of the correct type.