pub unsafe fn MprAdminIsDomainRasServer<P0, P1>(
    pszdomain: P0,
    pszmachine: P1,
    pbisrasserver: *mut BOOL
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,