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,
) -> BOOL