Function RegDeleteKeyTransactedW
pub unsafe fn RegDeleteKeyTransactedW<P1>(
hkey: HKEY,
lpsubkey: P1,
samdesired: u32,
reserved: Option<u32>,
htransaction: HANDLE,
pextendedparameter: Option<*const c_void>,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,