pub unsafe fn read_wide_string<'a>(
    ptr: *const u16
) -> Result<String, FaitheError>
Expand description

Reads zero terminated string at ptr.