pub unsafe extern "C" fn gtk_scale_add_mark(
    scale: *mut GtkScale,
    value: c_double,
    position: GtkPositionType,
    markup: *const c_char
)