pub unsafe extern "C" fn FLDeepIterator_GetPath(
arg1: FLDeepIterator,
outPath: *mut *mut FLPathComponent,
outDepth: *mut usize,
)Expand description
Returns the path as an array of FLPathComponents.
pub unsafe extern "C" fn FLDeepIterator_GetPath(
arg1: FLDeepIterator,
outPath: *mut *mut FLPathComponent,
outDepth: *mut usize,
)Returns the path as an array of FLPathComponents.