pub unsafe fn RegisterCMMW<P0, P1>(
    pmachinename: P0,
    cmmid: u32,
    pcmmdll: P1
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,