pub unsafe extern "system" fn MsiGetUserInfoA(
    szproduct: PCSTR,
    lpusernamebuf: PSTR,
    pcchusernamebuf: *mut u32,
    lporgnamebuf: PSTR,
    pcchorgnamebuf: *mut u32,
    lpserialbuf: PSTR,
    pcchserialbuf: *mut u32
) -> USERINFOSTATE
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing"