Skip to main content

FRENewByteArray

Function FRENewByteArray 

Source
pub unsafe extern "C" fn FRENewByteArray(
    byteArrayData: *mut FREByteArray,
    handle: *mut FREObject,
) -> FREResult
Expand description

Creates a new byte array using optional input information (length and optional byte)

ยงReturns