Function windows_sys::Win32::System::WindowsProgramming::WritePrivateProfileStructA
pub unsafe extern "system" fn WritePrivateProfileStructA(
lpszsection: PCSTR,
lpszkey: PCSTR,
lpstruct: *const c_void,
usizestruct: u32,
szfile: PCSTR
) -> BOOLExpand description
Required features: "Win32_System_WindowsProgramming", "Win32_Foundation"