pub unsafe extern "C" fn Dart_TypedDataReleaseData(
object: Dart_Handle,
) -> Dart_HandleExpand description
Releases access to the internal data address that was acquired earlier using Dart_TypedDataAcquireData.
\param object The typed data object whose internal data address is to be released.
\return Success if the internal data address is released successfully. Otherwise, returns an error handle.