windows::Win32::System::Registry

Function RegLoadMUIStringA

pub unsafe fn RegLoadMUIStringA<P1, P6>(
    hkey: HKEY,
    pszvalue: P1,
    pszoutbuf: Option<&mut [u8]>,
    pcbdata: Option<*mut u32>,
    flags: u32,
    pszdirectory: P6,
) -> WIN32_ERROR
where P1: Param<PCSTR>, P6: Param<PCSTR>,