pub unsafe extern "C-unwind" fn CGWaitForScreenRefreshRects(
rects: *mut *mut CGRect,
count: *mut u32,
) -> CGError๐Deprecated: No longer supported
Available on crate features
CGError and CGRemoteOperation only.Expand description
ยงSafety
rectsmust be a valid pointer or null.countmust be a valid pointer or null.