pub unsafe extern "C" fn JSObjectGetPropertyForKey(
    ctx: JSContextRef,
    object: JSObjectRef,
    propertyKey: JSValueRef,
    exception: *mut JSValueRef
) -> JSValueRef