pub unsafe fn JsDeleteProperty(
    object: *const c_void,
    propertyid: *const c_void,
    usestrictrules: u8,
    result: *mut *mut c_void
) -> JsErrorCode