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