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