pub unsafe extern "C" fn OH_ArkWeb_ReleaseByteArray(
byteArray: *mut u8,
)Available on crate features
api-11 and api-12 only.Expand description
Release the byte array acquired by native function.
ยงArguments
byteArray- The byte array to be released.
Required System Capabilities: SystemCapability.Web.Webview.Core
Available since API-level: 12