pub unsafe extern "C" fn SBTargetGetInstructionsWithFlavor(
    instance: SBTargetRef,
    base_addr: SBAddressRef,
    flavor_string: *const c_char,
    buf: *mut c_void,
    size: usize
) -> SBInstructionListRef