pub unsafe fn SHRegSetUSValueA<P0, P1>(
    pszsubkey: P0,
    pszvalue: P1,
    dwtype: u32,
    pvdata: Option<*const c_void>,
    cbdata: u32,
    dwflags: u32
) -> WIN32_ERROR
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,