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