pub unsafe extern "C" fn sc_screenshot_manager_capture_screenshot_in_rect(
x: f64,
y: f64,
width: f64,
height: f64,
config: *const c_void,
callback: extern "C" fn(*const c_void, *const i8, *mut c_void),
user_data: *mut c_void,
)