mozjs_sys::glue

Function GetUint32ArrayLengthAndData

source
pub unsafe extern "C" fn GetUint32ArrayLengthAndData(
    obj: *mut JSObject,
    length: *mut usize,
    isSharedMemory: *mut bool,
    data: *mut *mut u32,
)