pub unsafe extern "C" fn world__destroy_data(
data: DataHandle,
) -> ErrorCodeExpand description
Releases the ref count of a data object and destroys it if ref count reaches 0.
pub unsafe extern "C" fn world__destroy_data(
data: DataHandle,
) -> ErrorCodeReleases the ref count of a data object and destroys it if ref count reaches 0.