windows::Wdk::System::Registry

Function ZwSetValueKey

pub unsafe fn ZwSetValueKey(
    keyhandle: HANDLE,
    valuename: *const UNICODE_STRING,
    titleindex: Option<u32>,
    type: u32,
    data: Option<*const c_void>,
    datasize: u32,
) -> NTSTATUS