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

Required features: "Win32_System_WindowsProgramming", "Win32_Foundation"