pub unsafe fn enable_debug_priv() -> bool
Expand description

enbale the debug privilege for your program , it return a bool to show if it success.

println!("open the debug priv{:?}",tasklist::enable_debug_priv());