pub unsafe fn RegSetValueA<P0, P1>(
    hkey: P0,
    lpsubkey: P1,
    dwtype: REG_VALUE_TYPE,
    lpdata: Option<&[u8]>
) -> WIN32_ERROR
where P0: IntoParam<HKEY>, P1: IntoParam<PCSTR>,