Function js::jsapi::JS_CreateMappedArrayBufferContents [] [src]

pub unsafe extern "C" fn JS_CreateMappedArrayBufferContents(
    fd: c_int,
    offset: usize,
    length: usize
) -> *mut c_void

Create memory mapped array buffer contents. Caller must take care of closing fd after calling this function.