pub unsafe fn MatchEnumTag<P0, P1>(
    hmodule: P0,
    pwcarg: P1,
    dwnumarg: u32,
    penumtable: *const TOKEN_VALUE,
    pdwvalue: *mut u32
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,