pub unsafe extern "C-unwind" fn CGDisplayBestModeForParametersAndRefreshRate(
display: CGDirectDisplayID,
bits_per_pixel: usize,
width: usize,
height: usize,
refresh_rate: CGRefreshRate,
exact_match: *mut boolean_t,
) -> Option<CFRetained<CFDictionary>>๐Deprecated: No longer supported
Available on crate features
CGDirectDisplay and libc only.Expand description
ยงSafety
exact_match must be a valid pointer or null.