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

Required features: "Win32_Foundation"