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