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

Required features: "Win32_Foundation"