#[no_mangle]
pub unsafe extern "C" fn ergo_lib_box_id_to_bytes(
    box_id_ptr: ConstBoxIdPtr,
    output: *mut u8
)
Expand description

Returns byte array (32 bytes) Note: it’s imperative that output points to a valid block of memory of 32 bytes.