vtz_property_value_string method

Pointer<Char> vtz_property_value_string(
  1. Pointer<VtzPropertyValueHandle> handle
)

Implementation

ffi.Pointer<ffi.Char> vtz_property_value_string(
  ffi.Pointer<VtzPropertyValueHandle> handle,
) {
  return _vtz_property_value_string(handle);
}