pub fn rtl_init_unicode_string(
destination_string: *mut UNICODE_STRING,
source_string: *const u16,
)Expand description
Dynamically calls RtlInitUnicodeString.
It will return the NTSTATUS value returned by the call.
pub fn rtl_init_unicode_string(
destination_string: *mut UNICODE_STRING,
source_string: *const u16,
)Dynamically calls RtlInitUnicodeString.
It will return the NTSTATUS value returned by the call.