#[no_mangle]
pub unsafe extern "C" fn nstd_core_math_clamp_i16(
    value: i16,
    min: i16,
    max: i16
) -> i16