Macro transmute_file_error

Source
macro_rules! transmute_file_error {
    ($self:ident, $e:ident, $msg:expr, $py:expr) => { ... };
}