pub unsafe fn WriteProfileSectionA<P0, P1>(
    lpappname: P0,
    lpstring: P1
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,