use core::ffi::c_void;
#[unsafe(export_name = "miden::protocol::active_note::get_storage")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_get_inputs_plain(_ptr: *mut c_void) -> usize {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::get_assets")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_get_assets_plain(_ptr: *mut c_void) -> usize {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::get_sender")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_get_sender_plain(_ptr: *mut c_void) {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::get_recipient")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_get_recipient_plain(_ptr: *mut c_void) {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::get_script_root")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_get_script_root_plain(_ptr: *mut c_void) {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::get_serial_number")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_get_serial_number_plain(_ptr: *mut c_void) {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::get_metadata")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_get_metadata_plain(_ptr: *mut c_void) {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::is_public")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_is_public_plain() -> f32 {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::is_private")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_is_private_plain() -> f32 {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::get_attachments_commitment")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_get_attachments_commitment_plain(_ptr: *mut c_void) {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::write_attachment_commitments_to_memory")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_write_attachment_commitments_to_memory_plain(
_dest_ptr: *mut c_void,
) -> usize {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::write_attachment_to_memory")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_write_attachment_to_memory_plain(
_dest_ptr: *mut c_void,
_attachment_idx: f32,
) -> usize {
unsafe { core::hint::unreachable_unchecked() }
}
#[unsafe(export_name = "miden::protocol::active_note::find_attachment")]
#[optimize(none)]
#[inline(never)]
pub extern "C" fn note_find_attachment_plain(_attachment_scheme: f32, _out: *mut c_void) {
unsafe { core::hint::unreachable_unchecked() }
}