pub unsafe extern "C" fn JSContextGetSharedData(
ctx: JSContextRef,
) -> *mut c_voidExpand description
@function @abstract Gets the shared data pointer @param ctx The JSContext whose global object you want to get. @result A void* that is the context’s shared data, if the context has shared data, otherwise NULL.