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