RegRestoreKeyA

Function RegRestoreKeyA 

pub unsafe fn RegRestoreKeyA<P1>(
    hkey: HKEY,
    lpfile: P1,
    dwflags: REG_RESTORE_KEY_FLAGS,
) -> WIN32_ERROR
where P1: Param<PCSTR>,