[][src]Function libfsntfs_rs::file_entry::libfsntfs_file_entry_get_sub_file_entry_by_utf16_name

pub unsafe extern "C" fn libfsntfs_file_entry_get_sub_file_entry_by_utf16_name(
    file_entry: FileEntryRef,
    utf16_string: *const u16,
    utf16_string_length: usize,
    sub_file_entry: *mut FileEntryRefMut,
    error: *mut LibfsntfsErrorRefMut
) -> c_int