pub unsafe extern "C" fn APersistableBundle_getPersistableBundle(
pBundle: *const APersistableBundle,
key: *const c_char,
outBundle: *mut *mut APersistableBundle,
) -> boolExpand description
Get an APersistableBundle* associated with the provided key.
Available since API level 202404.
\param pBundle to operate on \param key for the mapping in UTF-8 \param val pointer to an APersistableBundle pointer to write to point to a new copy of the stored APersistableBundle. The caller takes ownership of the new APersistableBundle and must be deleted with APersistableBundle_delete.
\return true if a value exists for the provided key