pub unsafe extern "C-unwind" fn CGGetActiveDisplayList(
max_displays: u32,
active_displays: *mut CGDirectDisplayID,
display_count: *mut u32,
) -> CGErrorAvailable on crate features
CGDirectDisplay and CGError only.Expand description
ยงSafety
active_displaysmust be a valid pointer or null.display_countmust be a valid pointer or null.