pub fn inline_tweak<T>( initial_value: Option<T>, filename: &'static str, line: u32, column: u32, ) -> Option<T>where T: Tweakable,