pub unsafe extern "C" fn APersistableBundle_erase(
pBundle: *mut APersistableBundle,
key: *const c_char,
) -> i32Expand description
Erase any entries added with the provided key.
Available since API level 202404.
\param pBundle to operate on \param key for the mapping in UTF-8 to erase
\return number of entries erased. Either 0 or 1.