Function windows::Win32::System::Registry::RegDeleteKeyTransactedW

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