windows::Win32::System::WindowsProgramming

Function GetPrivateProfileSectionW

pub unsafe fn GetPrivateProfileSectionW<P0, P3>(
    lpappname: P0,
    lpreturnedstring: Option<&mut [u16]>,
    lpfilename: P3,
) -> u32
where P0: Param<PCWSTR>, P3: Param<PCWSTR>,