pub unsafe fn OpenPackageInfoByFullNameForUser<P0, P1>(
    usersid: P0,
    packagefullname: P1,
    reserved: u32,
    packageinforeference: *mut *mut _PACKAGE_INFO_REFERENCE,
) -> WIN32_ERROR
where P0: Param<PSID>, P1: Param<PCWSTR>,