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