lvec_t buffer creation function
\param length the length of the buffer to create
ffi.Pointer<lvec_t> new_lvec( int length, ) { return _new_lvec( length, ); }