pub unsafe fn GetPrivateProfileStringA<P0, P1, P2, P3>(
    lpappname: P0,
    lpkeyname: P1,
    lpdefault: P2,
    lpreturnedstring: Option<&mut [u8]>,
    lpfilename: P3,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCSTR>,