pub unsafe extern "C-unwind" fn CGRegisterScreenRefreshCallback(
callback: CGScreenRefreshCallback,
user_info: *mut c_void,
) -> CGError๐Deprecated: No longer supported
Available on crate features
CGError and CGRemoteOperation only.Expand description
ยงSafety
callbackmust be implemented correctly.user_infomust be a valid pointer or null.