pub unsafe fn ResUtilsDeleteKeyTree<P0, P1, P2>(
    key: P0,
    keyname: P1,
    treatnokeyaserror: P2
) -> u32
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>, P2: IntoParam<BOOL>,