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

Required features: "Win32_Foundation"