pub unsafe fn SHRegGetBoolUSValueA<P0, P1, P2, P3>(
    pszsubkey: P0,
    pszvalue: P1,
    fignorehkcu: P2,
    fdefault: P3
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<BOOL>, P3: IntoParam<BOOL>,