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