Searched refs:to_c_error (Results 1 – 1 of 1) sorted by relevance
32 Err(err) => to_c_error(err.to_string()),36 unsafe fn to_c_error(msg: String) -> Result { in to_c_error() function