pub unsafe extern "C" fn APersistableBundle_dup(
pBundle: *const APersistableBundle,
) -> *mut APersistableBundleExpand description
Create a new APersistableBundle based off an existing APersistableBundle. This is a deep copy, so the new APersistableBundle has its own values from copying the original underlying PersistableBundle.
Available since API level 202404.
\param pBundle to duplicate
\return Pointer to a new APersistableBundle