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