#[no_mangle]
pub unsafe extern "C" fn ergo_lib_box_value_from_i64(
    amount: i64,
    box_value_out: *mut BoxValuePtr
) -> ErrorPtr
Expand description

Create from i64 with bounds check