pub unsafe extern "system" fn NtRenameKey(
    keyhandle: HANDLE,
    newname: *const UNICODE_STRING
) -> NTSTATUS
Expand description

Required features: ‘Win32_System_WindowsProgramming’, ‘Win32_Foundation’