Function OpenPackageInfoByFullNameForUser
pub unsafe fn OpenPackageInfoByFullNameForUser<P1>(
usersid: Option<PSID>,
packagefullname: P1,
reserved: Option<u32>,
packageinforeference: *mut *mut _PACKAGE_INFO_REFERENCE,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,