pub unsafe extern "C" fn APersistableBundle_putString(
pBundle: *mut APersistableBundle,
key: *const c_char,
val: *const c_char,
)Expand description
Put a string associated with the provided key. New values with the same key will overwrite existing values. The value is copied.
\param pBundle to operate on \param key for the mapping in UTF-8 \param vec vector to put for the mapping
Available since API level 202404.