pub unsafe extern "C" fn APersistableBundle_delete(
pBundle: *mut APersistableBundle,
)Expand description
Delete an APersistableBundle. This must always be called when finished using the object.
\param pBundle to delete. No-op if null.
Available since API level 202404.