windows::Win32::System::Registry

Function RegSetValueExA

pub unsafe fn RegSetValueExA<P1>(
    hkey: HKEY,
    lpvaluename: P1,
    reserved: Option<u32>,
    dwtype: REG_VALUE_TYPE,
    lpdata: Option<&[u8]>,
) -> WIN32_ERROR
where P1: Param<PCSTR>,