Function neon_runtime::arraybuffer::data[][src]

pub unsafe extern "C" fn data<'a, 'b>(
    base_out: &'a mut *mut c_void,
    size_out: &'a mut usize,
    obj: Local
)

Mutates the base_out and size_out arguments to access the data of a v8::ArrayBuffer object.