#[no_mangle]
pub unsafe extern "C" fn nstd_core_math_clamp_i64(
    value: i64,
    min: i64,
    max: i64
) -> i64
Expand description