pub unsafe fn GetThemeDocumentationProperty<P0, P1>(
    pszthemename: P0,
    pszpropertyname: P1,
    pszvaluebuff: &mut [u16]
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,