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