Evgeney Ryzhyk
Results
1
issues of
Evgeney Ryzhyk
E.g.: ``` let path_to_lib_str = path_to_lib .as_ref() .to_string_lossy(); let path_to_lib_c_str = path_to_lib_str.as_ptr() as *const c_char; ``` here `path_to_lib_c_str` is not really a c_str, but a pointer to a regular Rust...