Function libscroll_set_geometry

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn libscroll_set_geometry(
    scrollview: Value,
    content_height: Value,
    content_width: Value,
    viewport_height: Value,
    viewport_width: Value,
) -> Value