#[unsafe(no_mangle)]pub unsafe extern "C" fn NodeStyleSetFlexDirection( node: NodePtr, value: FlexDirectionType, )
Set the flex direction of a node instance.
node
value
NodeStyleSetFlexDirection(node, value);