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