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

Required features: ‘Win32_System_WindowsProgramming’, ‘Win32_Foundation’