Function WritePrivateProfileStringA

Source
pub unsafe extern "C" fn WritePrivateProfileStringA(
    lpAppName: LPCSTR,
    lpKeyName: LPCSTR,
    lpString: LPCSTR,
    lpFileName: LPCSTR,
) -> BOOL