Function windows::Win32::System::Registry::RegSetKeyValueA
pub unsafe fn RegSetKeyValueA<P0, P1, P2>(
hkey: P0,
lpsubkey: P1,
lpvaluename: P2,
dwtype: u32,
lpdata: Option<*const c_void>,
cbdata: u32,
) -> WIN32_ERRORwhere
P0: Param<HKEY>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,