pub unsafe fn MprAdminEstablishDomainRasServer<P0, P1, P2>(
    pszdomain: P0,
    pszmachine: P1,
    benable: P2
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<BOOL>,