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