mft_search_ctx
int mft_next_record(struct mft_search_ctx *ctx)
struct mft_search_ctx * mft_get_search_ctx(ntfs_volume *vol)
struct mft_search_ctx *ctx;
ctx = (struct mft_search_ctx*)calloc(1, sizeof *ctx);
void mft_put_search_ctx(struct mft_search_ctx *ctx)
struct mft_search_ctx * mft_get_search_ctx(ntfs_volume *vol);
void mft_put_search_ctx(struct mft_search_ctx *ctx);
int mft_next_record(struct mft_search_ctx *ctx);