pub unsafe extern "C-unwind" fn CGDisplayRemoveReconfigurationCallback(
callback: CGDisplayReconfigurationCallBack,
user_info: *mut c_void,
) -> CGErrorAvailable on crate features
CGDirectDisplay and CGDisplayConfiguration and CGError only.Expand description
ยงSafety
callbackmust be implemented correctly.user_infomust be a valid pointer or null.