pub unsafe extern "system" fn RtlGUIDFromString(
    guidstring: *const UNICODE_STRING,
    guid: *mut GUID
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"