pub unsafe fn MprAdminInterfaceSetCredentials<P0, P1, P2, P3, P4>(
    lpwsserver: P0,
    lpwsinterfacename: P1,
    lpwsusername: P2,
    lpwsdomainname: P3,
    lpwspassword: P4
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>,