pub unsafe extern "C" fn gtk_spin_button_get_range(
    spin_button: *mut GtkSpinButton,
    min: *mut c_double,
    max: *mut c_double
)