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

Required features: ‘Win32_System_WindowsProgramming’, ‘Win32_Foundation’