pub unsafe extern "system" fn JsHasProperty(
    object: *const c_void,
    propertyid: *const c_void,
    hasproperty: *mut bool
) -> JsErrorCode