Function faithe::internal::read_wide_string
source · [−]pub unsafe fn read_wide_string<'a>(
ptr: *const u16
) -> Result<String, FaitheError>
Expand description
Reads zero terminated string at ptr
.
pub unsafe fn read_wide_string<'a>(
ptr: *const u16
) -> Result<String, FaitheError>
Reads zero terminated string at ptr
.