pub unsafe extern "C" fn OH_ResourceManager_ReleaseStringArray(
resValue: *mut *mut *mut c_char,
len: u32,
) -> ResourceManager_ErrorCodeExpand description
@brief Release the array of character strings. @param resValue the array of character strings corresponding to the specified resource name. @param len the length of array. @return {@link SUCCESS} 0 - Success. {@link ERROR_CODE_INVALID_INPUT_PARAMETER} 401 - The input parameter invalid. Possible causes: Incorrect parameter types. @since 12