Function windows::Wdk::System::SystemServices::KdChangeOption

pub unsafe fn KdChangeOption(
    option: KD_OPTION,
    inbufferbytes: u32,
    inbuffer: *const c_void,
    outbufferbytes: u32,
    outbuffer: *mut c_void,
    outbufferneeded: *mut u32,
) -> NTSTATUS