btinit
int btinit(char *dbname, int truncflag, int nodesz, int rcdlen, int keylen, int keyofst);
bResult = btinit("myfile.bt",INITNEW,11,20,10,5);