Function windows::Win32::System::WindowsProgramming::GetPrivateProfileSectionW
pub unsafe fn GetPrivateProfileSectionW<P0, P1>(
lpappname: P0,
lpreturnedstring: Option<&mut [u16]>,
lpfilename: P1,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,