pub unsafe extern "C" fn sc_display_get_frame_packed(
display: *const c_void,
x: *mut f64,
y: *mut f64,
width: *mut f64,
height: *mut f64,
)Expand description
Get display frame (same as sc_display_get_frame, kept for API compatibility)