[][src]Function ul_sys::JSObjectMakeTypedArrayWithBytesNoCopy

pub unsafe extern "C" fn JSObjectMakeTypedArrayWithBytesNoCopy(
    ctx: JSContextRef,
    arrayType: JSTypedArrayType,
    bytes: *mut c_void,
    byteLength: usize,
    bytesDeallocator: JSTypedArrayBytesDeallocator,
    deallocatorContext: *mut c_void,
    exception: *mut JSValueRef
) -> JSObjectRef