mozjs_sys::jsapi

Function JS_ReadUint32Pair

Source
pub unsafe extern "C" fn JS_ReadUint32Pair(
    r: *mut JSStructuredCloneReader,
    p1: *mut u32,
    p2: *mut u32,
) -> bool