pub unsafe extern "C" fn JS_WriteBytes(
    w: *mut JSStructuredCloneWriter,
    p: *const c_void,
    len: usize
) -> bool