pub unsafe fn JsGetPropertyIdFromName<P0>(
    name: P0,
    propertyid: *mut *mut c_void
) -> JsErrorCode
where P0: IntoParam<PCWSTR>,