binaryninjacore_sys

Function BNAddFlowGraphNodeOutgoingEdge

source
pub unsafe extern "C" fn BNAddFlowGraphNodeOutgoingEdge(
    node: *mut BNFlowGraphNode,
    type_: BNBranchType,
    target: *mut BNFlowGraphNode,
    edgeStyle: BNEdgeStyle,
)