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

Required features: "Win32_System_WindowsProgramming", "Win32_Foundation"