pub unsafe fn GetPrivateProfileStructA<P0, P1, P2>(
    lpszsection: P0,
    lpszkey: P1,
    lpstruct: Option<*mut c_void>,
    usizestruct: u32,
    szfile: P2
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,