pub unsafe extern "C" fn sys_sfnode_flags_get(
node: *mut _sfnode,
) -> u8
Expand description
@brief Fetch flags value for a particular sfnode
@param node A pointer to the node to fetch flags from @return The value of flags, which will be between 0 and 3 on 32-bit architectures, or between 0 and 7 on 64-bit architectures