Function xb_machine_stack_push

Source
pub unsafe extern "C" fn xb_machine_stack_push(
    self_: *mut XbMachine,
    stack: *mut XbStack,
    opcode_out: *mut *mut XbOpcode,
    error: *mut *mut GError,
) -> gboolean