Function xc_monitor_write_ctrlreg

Source
pub unsafe extern "C" fn xc_monitor_write_ctrlreg(
    xch: *mut xc_interface,
    domain_id: u32,
    index: u16,
    enable: bool,
    sync: bool,
    bitmask: u64,
    onchangeonly: bool,
) -> c_int