smb_fh_open
fd = smb_fh_open(ctx, path, O_RDWR);
fd = smb_fh_open(ctx, svc->endpoint, O_RDWR);
int smb_fh_open(struct smb_ctx *ctx, const char *, int);