#[no_mangle]
pub extern "C" fn meshlite_scale(
    context: *mut RustContext,
    mesh_id: c_int,
    value: c_float
) -> c_int