APersistableBundle_dup

Function APersistableBundle_dup 

Source
pub unsafe extern "C" fn APersistableBundle_dup(
    pBundle: *const APersistableBundle,
) -> *mut APersistableBundle
Expand 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