pub unsafe extern "system" fn FindPackagesByPackageFamily(
    packagefamilyname: PCWSTR,
    packagefilters: u32,
    count: *mut u32,
    packagefullnames: *mut PWSTR,
    bufferlength: *mut u32,
    buffer: PWSTR,
    packageproperties: *mut u32
) -> WIN32_ERROR
Expand description

Required features: "Win32_Foundation"