[][src]Function ul_sys::JSObjectMakeArrayBufferWithBytesNoCopy

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