#![feature(cstring_from_vec_with_nul)] use std::ffi::CString; // Some invalid bytes in a vector let bytes = b"f\0oo".to_vec(); let value ...
確定! 回上一頁