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