pub unsafe extern "C" fn jsc_value_new_array_buffer(
context: *mut JSCContext,
data: gpointer,
size: size_t,
destroy_notify: GDestroyNotify,
user_data: gpointer
) -> *mut JSCValue
Available on crate feature
v2_38
only.