pub unsafe extern "system" fn GetPrivateProfileStructA(
    lpszsection: PCSTR,
    lpszkey: PCSTR,
    lpstruct: *mut c_void,
    usizestruct: u32,
    szfile: PCSTR,
) -> BOOL