Function windows_sys::Wdk::System::Registry::ZwSetValueKey
pub unsafe extern "system" fn ZwSetValueKey(
keyhandle: HANDLE,
valuename: *const UNICODE_STRING,
titleindex: u32,
type: u32,
data: *const c_void,
datasize: u32,
) -> NTSTATUS