pub unsafe extern "C" fn xb_machine_run_with_bindings(
    self_: *mut XbMachine,
    opcodes: *mut XbStack,
    bindings: *mut XbValueBindings,
    result: *mut gboolean,
    exec_data: gpointer,
    error: *mut *mut GError
) -> gboolean