[][src]Function win_mem::utils::remove_nil_bytes

pub fn remove_nil_bytes<const C_STR_SIZE: usize>(
    c_style_str: &[WCHAR; C_STR_SIZE]
) -> Result<String, FromUtf16Error>