pub unsafe fn MprAdminInterfaceGetCredentials<P0, P1>(
    lpwsserver: P0,
    lpwsinterfacename: P1,
    lpwsusername: PWSTR,
    lpwspassword: PWSTR,
    lpwsdomainname: PWSTR,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,